
#design{
  margin:0 auto;
  width: 750px;
  padding: 20px;
  background-color: white;
}
#entete{
  display: flex;
  justify-content: space-between;
}
#bloc1,#bloc2{
  width: 350px;
  padding: 10px;
  font-size: 20px;
  color:white;
  font-weight: bold;
}

#bloc1 { background: linear-gradient(to left, #ee0303 0%, #222421 100%); }
#bloc2 { background: linear-gradient(to left, #ee0303 0%, #222421 100%); }
#bloc2{
  text-transform: uppercase;
  letter-spacing: 20px;
}
#bloc3 { background: linear-gradient(to left, #ee0303 0%, #222421 100%); }
#bloc3{
  color: white;
  padding: 10px;
  margin: 10px;
  font-size: 60pt;
  text-indent:1.5em ;
}
#bloc3 p{
  margin: 0;
  font-family:'Sedgwick Ave Display', cursive;
  font-size: 55px;
  
}
#bloc3 p:nth-of-type(2){
  font-weight: bold;
  font-family:'Sedgwick Ave Display', cursive;
  
}
#bloc3 p:nth-of-type(3){
  text-align: right;
  font-weight: bold;
  font-family: 'Sedgwick Ave Display', cursive;
}
#bloc3 p:nth-of-type(4){
  text-align:center ;
  font-family: 'Sedgwick Ave Display', cursive;
}
#bloc3 p:nth-of-type(5){
  text-align: center ;
  font-size: 30px;
  color:rgb(0, 0, 0);
  font-family: 'Sedgwick Ave Display', cursive;
}
#bloc3 p:nth-of-type(6){
  text-align:left ;
  font-family: 'Sedgwick Ave Display', cursive;
  font-size: 16px;
}

#bloc4{
  width: 750px;
  height: 800px;
  background: url(CR7\ CAREER.jfif);
  background-size: cover;
  position: relative;
}
#bloc5{
  width: 250px;
  height: 166px;
  background: url(UEFA\'S\ Best\ Player\ Award_\ 2014.jfif);
  border: solid 10px white;
  background-size: contain;
  position: absolute;
  top: -10px;
  right: -10px;
}
#bloc6{
  width: 350px;
  height: 190px;
  background: url(first\ pages.jpg);
  border: solid 10px white;
  background-size: contain;
  position: absolute;
  TOP: -10px;
  left: 10px;
}